import { ApplicationType } from '../db-entries/custom-types.js'; /** If the application type has (or can have) secrets. */ export declare const hasSecrets: (type: ApplicationType) => boolean;