/**
 * Discover all resources in an Amplify sandbox
 *
 * Strategy:
 * 1. Read amplify_outputs.json to get GraphQL URL and auth config
 * 2. Query AppSync to find API by matching GraphQL URL
 * 3. List all data sources (DynamoDB tables + Lambda functions)
 * 4. Return complete sandbox resource inventory
 */
export declare function handleAmplifyDiscoverSandboxResources(args: any): Promise<any>;
//# sourceMappingURL=sandbox-resource-discovery-handlers.d.ts.map