export declare function renderQrTerminal(input: string, opts?: {
    small?: boolean;
}): Promise<string>;
