export declare enum HeaderName {
    LOCATION = "location",
    IS_RESOURCE_NAME = "X-Is-Resource-Name",
    TOTAL_COUNT = "X-Total-Count"
}
