export declare function escapeHTML(html: string): string;
export declare function codeBlock(code: string): string;
export declare function inlineCode(input: string): string;
export declare function htmlBlock(code: string): string;
export declare function getSamplesPaths(instrument: string): string[];
//# sourceMappingURL=index.d.ts.map