declare function parseCommandString(command: string): string[];
declare function replaceLiteralQuantity(input: string, parsed: any): string;
declare function readfiles(root: string, file: string, depth?: boolean): string[];
declare function readfile(root: string, file: string, depth?: boolean): string | undefined;

export { parseCommandString, readfile, readfiles, replaceLiteralQuantity };
