export declare const tapisPod: {
    pod_id: string;
    pod_template: string;
    description: string;
    command: undefined;
    environment_variables: {};
    data_requests: never[];
    roles_required: never[];
    status_requested: string;
    volume_mounts: {
        test4: {
            type: string;
            mount_path: string;
            sub_path: string;
        };
    };
    time_to_stop_default: number;
    time_to_stop_instance: undefined;
    networking: {
        default: {
            protocol: string;
            port: number;
            url: string;
        };
    };
    resources: {
        cpu_request: number;
        cpu_limit: number;
        mem_request: number;
        mem_limit: number;
        gpus: number;
    };
    time_to_stop_ts: null;
    status: string;
    status_container: {
        phase: string;
        start_time: string;
        message: string;
    };
    data_attached: never[];
    roles_inherited: never[];
    creation_ts: string;
    update_ts: string;
    start_instance_ts: string;
    action_logs: string[];
};
