export declare class CodeBlockFormatter { static formatAll(selector?: string): void; static format(source: string): string; private static dedent; private static prettyPrintMarkup; } //# sourceMappingURL=CodeBlockFormatter.d.ts.map