import { RawStackInput } from "./types.js"; /** * This function is needed to work around the mStudios supposedly docker-compose * compatible container stack API. * * @param stack */ export declare function sanitizeStackDefinition(stack: RawStackInput): RawStackInput;