export declare function loadAppOperations(file: string): Promise<{
    manifest: Record<string, string>;
    operations: Array<{
        operationHash: string;
        content: string;
        location?: string;
    }>;
    generatedFrom?: string;
    warnings: string[];
}>;
//# sourceMappingURL=app-operations.d.ts.map