import type { IDumiTechStack } from '../../types';
export interface IDemoLoaderOptions {
    techStacks: IDumiTechStack[];
    cwd: string;
}
export default function demoLoader(this: any, raw: string): string;
