import type { ReturnStatement } from '../ast/node-types.ts';
export declare function isLiteralOrUndefinedReturn(node: Readonly<ReturnStatement>): boolean;
//# sourceMappingURL=mocha-return-rule.d.ts.map