export declare const deleteAppProxy: string;
export interface DeleteAppProxyVariables {
    apiKey: string;
}
export interface DeleteAppProxySchema {
    userErrors: {
        field: string[];
        message: string;
    }[];
}
