export interface LcapCliConfig {
    platform?: string;
    username?: string;
    password?: string;
    bucket?: string;
}
declare const _default: (rootPath: any, { images, ...commandArgs }: {
    [x: string]: any;
    images: any;
}) => void;
export default _default;
