/**
 *
 * @ignore
 */
export type GcPdfViewerException = {
    message: string;
    name: string | 'PasswordException' | 'UnknownErrorException' | 'InvalidPDFException' | 'MissingPDFException' | 'UnexpectedResponseException' | 'FormatError' | 'AbortException';
};
/**
 *
 * @ignore
 */
export declare function ensureException(ex: string | GcPdfViewerException, in17n?: any): GcPdfViewerException;
