/**
 * Load client configs into application.
 */
export declare const loadClientConfig: ({ config, application }: {
    config: any;
    application: any;
}) => void;
/**
 * Load client derived properties.
 */
export declare const loadDerivedClientConfig: ({ application }: {
    application: any;
}) => void;
