export type NamedMessageIds = 'noMatchingExport';
export type DefaultMessageIds = 'defaultExportDoesNotMatch';
export type Options = [
    {
        stripextra?: boolean;
        casing?: 'strict' | 'loose';
    }
];
//# sourceMappingURL=types.d.ts.map