Files
memecoin-botV2/.pnpm-store/v10/files/78/f3a25908e56de00ef72d0686d55f49d8be73ef7654e8cdac52da859c9486fd2002cbd040e31419b572ff5e24b7c0741c25350607c347f6d4e5e6cfe8f791cd

12 lines
433 B
Plaintext

export type Options = [
{
allowDeclarations?: boolean;
allowDefinitionFiles?: boolean;
}
];
export type MessageIds = 'moduleSyntaxIsPreferred';
declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"moduleSyntaxIsPreferred", Options, import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
name: string;
};
export default _default;