/** * Simple no-op tag to mark code samples as "should not format with prettier" * for the plugin-test-formatting lint rule */ export declare function noFormat(raw: TemplateStringsArray, ...keys: string[]): string; //# sourceMappingURL=noFormat.d.ts.map