import { SafeAccountConfig, SafeDeploymentConfig } from './'; export declare const validateSafeAccountConfig: ({ owners, threshold }: SafeAccountConfig) => void; export declare const validateSafeDeploymentConfig: ({ saltNonce }: SafeDeploymentConfig) => void;