export declare const shouldEmbedCompiledAsset: (relativePath: string, skip?: Set) => boolean; export declare const compile: (serverEntry: string, outdir?: string, outfile?: string, configPath?: string) => Promise;