export declare function appStartComponent(props?: {
    noSuperuser?: boolean;
    volumes?: string[];
    env_vars?: string[];
    args?: string[];
}): Promise<number>;
//# sourceMappingURL=app-start-component.d.ts.map