import type { InputOptions } from "../../interfaces";
type ViewAppLogsOptions = {
    /**
     * If `FALSE`, return logs of the first pod only.
     * @default true
     */
    allPods?: boolean;
};
export declare function viewAppLogs(options: ViewAppLogsOptions & Pick<InputOptions, "targetDirectory" | "isDebugging" | "env">): Promise<any[]>;
export {};
//# sourceMappingURL=view-logs.d.ts.map