import * as pulumi from "@pulumi/pulumi";
/**
 * Returns the region within a provided resource's id, resource URI, self link, or full resource name.
 *
 * For more information about using provider-defined functions with Terraform see the official documentation.
 *
 * ## Example Usage
 *
 * ## Signature
 */
export declare function regionFromId(id: string, opts?: pulumi.InvokeOptions): Promise<string>;
/**
 * Returns the region within a provided resource's id, resource URI, self link, or full resource name.
 *
 * For more information about using provider-defined functions with Terraform see the official documentation.
 *
 * ## Example Usage
 *
 * ## Signature
 */
export declare function regionFromIdOutput(id: pulumi.Input<string>, opts?: pulumi.InvokeOutputOptions): pulumi.Output<string>;
//# sourceMappingURL=regionFromId.d.ts.map