export function compileUsage(options: {
    usage: object;
    demoPath: string;
    componentName: string;
}): {
    importStr: string;
    installStr: string;
    markdownStr: string;
};
export function getGitTimestamp(file: string): Promise<number>;
declare namespace _default {
    export { compileUsage };
    export { getGitTimestamp };
}
export default _default;
