export default function prepareSqlApplicationProperties({ application }: {
    application: any;
}): void;
