export declare const getStringArg: (args: string[], key: string) => string | undefined;
export declare const getFlagArg: (args: string[], key: string) => boolean;
export declare const parseDataFromFile: (dataPath: string, type?: "yaml" | "json") => unknown | undefined;
export declare function getLibraryPath(): string;
