import { DataHandle } from "@azure-tools/datastore";
/**
 * Create a data handle from some string content.
 * @param content Content of the file
 * @returns DataHandle.
 */
export declare function createDataHandle(content: string, props?: {
    name?: string;
}): DataHandle;
//# sourceMappingURL=data-store-test-utils.d.ts.map