import { Sardines } from 'sardines-core';
export declare const getRepositoryShoalUser: (repoDeployPlan: Sardines.DeployPlan) => {
    name: string;
    password: string;
} | null;
export declare const genSardinesConfigForAgent: (repoDeployPlan: Sardines.DeployPlan) => Sardines.Config | null;
//# sourceMappingURL=agent_utils.d.ts.map