type ErrorCorrectionLevel = 'L' | 'M' | 'Q' | 'H'; export type { ErrorCorrectionLevel }; export declare const encode: (value: string, ec: ErrorCorrectionLevel) => boolean[][];