export declare const DEFAULT_INPUT = "src/lib";
export declare const DEFAULT_OUTPUT = "dist";
interface IO {
    input: string;
    output: string;
}
export declare const parseScripts: (scripts: Record<string, string | undefined> | undefined) => IO[];
export {};
