export declare const ErrorCode: {
    SOURCE_NOT_FOUND: string;
    INVALID_QR: string;
    FEE_EXCEEDED: string;
    UNSUPPORTED_FORMAT: string;
    FILE_WRITE_ERROR: string;
    UNKNOWN_ERROR: string;
    QRIS_TO_SHORT: string;
    FORMAT_TO_LONG: string;
    SOURCE_EMPTY: string;
    VALIDATION_FAILED: string;
};
